home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / gfx / conv / Anim2gif.lha / Anim2gif / SmartScale.doc < prev    next >
Text File  |  2000-10-06  |  2KB  |  46 lines

  1.  
  2. Short:    A CLI program used for graphics conversion scripts & ILBM info.
  3. Author:   lory@subdimension.com (Lorence Lombardo)
  4. Uploader: lory@subdimension.com (Lorence Lombardo)
  5. Type:     gfx/conv
  6.  
  7.  
  8. SmartScale v1.1c  (C) 1996-99 Lorence Lombardo.
  9.  
  10. What the #@$% is SmartScale ?
  11.  
  12. SmartScale is a little program i wrote intended for picture conversion script
  13. files. It has 3 output modes. Con, env & ask. You can even use it just for
  14. ILBM info. It will look at a picture or animation and tell you the dimensions
  15. of that picture and output the information to the con or env.
  16. If you enter x & y scale args, the args will be recalculated & output'd in
  17. order to keep the aspect ratio of the picture or animation the same.
  18. You can also scale using the percentage argument instead of X & Y coordinates.
  19. If you use the ask mode you will be asked to enter an X & Y scale or %. 
  20. Ideal for script files.
  21.  
  22. See the following archives on the aminet for example usage of SmartScale:-
  23. Anim2mpegS.lha, Anim2mpegB.lha, Anim2gif.lha, Anim2qt.lha & Mp2anim.lha
  24.  
  25. You may also wish to update these script/progs with this new version of
  26. SmartScale.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  Usage:
  33.  SmartScale [con/env/ask] [file name] [x scale] [y scale]
  34.                            or
  35.  SmartScale [con/env/ask] [file name] [%] [1-100]
  36.  eg. SmartScale env pic.iff 640 200
  37.                   or
  38.      SmartScale con pic.iff % 50
  39.  
  40.  ENV outputs:
  41.  XIN & YIN input size of picture
  42.  DIN depth of picture
  43.  XOUT & YOUT calculated size of picture within the [X,Y,% scale] args
  44.              while still maintaining the correct aspect ratio.
  45.  
  46.